Welcome![Sign In][Sign Up]
Location:
Search - maximum matching

Search list

[Special EffectsAlgorithm-template

Description: C++ 写的一些算法模板 ,比如Kruskal、KMP、欧几里德算法、最大匹配(匈牙利算法)、最小费用最大流、字符串的哈希方法、增广路算法、网络最大流_邻接表等-C++ write some algorithms template, such as Kruskal, KMP, Euclid arithmetic, maximal matching (Hungary) is proposed, the minimum cost and maximum flow, string hash method, augmented road algorithm, network maximum flow _ adjlink etc......
Platform: | Size: 995328 | Author: zhzhl | Hits:

[AI-NN-PRga_main

Description: 遗传算法程序,用来求解复杂配对问题,如最大最小问题-The genetic algorithm used to solve the complex matching problems, such as maximum and minimum
Platform: | Size: 2048 | Author: 程程 | Hits:

[Windows DevelopM77433632mmsea

Description: 使用最大正向匹配算法,实现中文自动分分词,对于初学入门者有很高的参考价值。 -Use the maximum forward matching algorithm of Chinese automatic word segmentation, high reference value for the beginner beginners.
Platform: | Size: 570368 | Author: 奉献 | Hits:

[Windows DevelopCwordSegmenth

Description: 汉语分词 隐马尔科夫模型 最大大匹配法 最大概率法可直接使用。 -The Chinese word hidden Markov model maximum probability of large matching method can be used directly.
Platform: | Size: 1412096 | Author: shakaqier | Hits:

[JSP/JavaFMM

Description: 最大正向匹配算法,FMM算法大正向匹配算法-Maximum forward matching algorithm, FMM algorithm large forward matching algorithm
Platform: | Size: 1024 | Author: df | Hits:

[Windows DevelopKmp

Description: 字符串匹配问题,最经典的KMP算法。p为模式串,t为主串。返回的是最大匹配数-String matching problem, the most classic of KMP algorithm. p is the pattern string, t the main string. Back is the maximum number of matches
Platform: | Size: 1024 | Author: 陶翔 | Hits:

[Software Engineeringmutual-information

Description: 红外和可见光的匹配跟踪在军事、遥感等领域有着广泛的应用。针对灰度和图像特征存在比较大差异的红外和可见光图像,本文采用了最大互信息算法,结合形态学梯度和小波分解。互信息算法优点在于不需要对多模图像灰度间的关系做任何假设,不足之处在于它对图像空间信息的忽略而且计算时间较长。本文互信息结合多结构元的形态学梯度检测的图像边缘,可以使得图像匹配精度提高,还能改善局部极值的问题,再利用小波分解对图像进行压缩降低分辨率,可以减少互信息计算量。最后的实验数据表明在配准过程中互信息的计算速度得到了优化,匹配精度得到了提高,实现快速和精确匹配。- Infrared and visible light matching tracking has wide application in military, remote sensing and other fields. There is a relatively large difference for grayscale image features infrared and visible light images, this article uses the maximum mutual information algorithm, combined with morphological gradient and wavelet decomposition. Mutual information algorithm the advantage not need to make any assumptions about the relationship between the multi-mode image gray inadequacies that its image spatial information is ignored and the computation time is longer. This paper mutual information combined with the multi-structural element morphological gradient image edge detection, can make the image matching accuracy is improved, but also to improve the problem of local minima, and then take advantage of the wavelet decomposition to reduce the resolution of the image is compressed, can reduce the amount of mutual information calculated . Finally, the experimental data show that the mutual
Platform: | Size: 280576 | Author: simon lee | Hits:

[JSP/Javammsegger_src_1.0

Description: 最大正向匹配分词算法,用于分词和自然语言处理-Maximum forward matching word segmentation algorithm
Platform: | Size: 340992 | Author: subgke | Hits:

[Special EffectsSSDA_picture_match_vc

Description: 序贯法;采用灰度值,各点灰度差值的绝对值之和,取一定阈值,超过阈值即可停止该块的计算,记录此时所计算的次数,次数越大说明越匹配,以最大次数的那次匹配位置为最终匹配点。速度得到很大提高。-Sequential method gray value, the absolute value of the difference of each gray and take a certain threshold value, exceeds a threshold value to stop the calculation of the block, the recording of the number of calculations, the number of times larger better matching, that match the location of the maximum number of times for the final match point. The speed has been greatly improved.
Platform: | Size: 12411904 | Author: 席pudn | Hits:

[Windows DevelopWordsDividing

Description: 这是一个自己写的分词系统,主要用到的算法有最大前向匹配算法和最大熵。-This is a written word segmentation system, mainly used maximum forward matching algorithm and maximum entropy algorithm.
Platform: | Size: 3192832 | Author: 两院 | Hits:

[Othergraph-theory-in-matlab

Description: 图论算法及MATLAB程序代码,包含算法pdf文档和M文件。Warshall-Floyad算法,Kruskal避圈法,匈牙利算法,可行点标记求最佳匹配算法,Ford--Fulkerson标号法求最大流算法,最小费用最大流算法。求解数学模型必备!-Graph theory algorithms and MATLAB code contains of algorithm pdf documents and M files. The the Warshall-Floyad algorithm, Kruskal avoid lap law, Hungary algorithm feasible point mark for the best matching algorithm, Ford- Fulkerson labeling method for maximum flow algorithm, minimum cost maximum flow algorithm. To solve the mathematical model is essential!
Platform: | Size: 207872 | Author: Binjie Liao | Hits:

[Windows DevelopACM.algorithm

Description: 各种算法模板(二分图最大匹配匈牙利算法、最小生成树prime和kruskal算法、Dijkstra算法、两点最短路径负权值边SPFA算法、图任意两点最短路径Floy算法、网络最大流SAP算法、网络最大流最小费用算法、乘法逆元gcd扩展求解算法、线段树区间划分统计算法、矩阵n次方分治法求解、gcd算法、整数划分问题、函数最小点问题、十进制转ACM算法、素数筛选法和欧拉函数求解、快模算法、字符串匹配KMP算法、字典全排列算法、快排、三维度排序、)-Various algorithms template (bipartite graph matching Hungarian algorithm, the minimum spanning tree the prime and kruskal algorithm, Dijkstra algorithm, two shortest path negative weight value side SPFA algorithm, Fig any two points on the shortest path Floy algorithms, network flow SAP algorithms, network maximum flow minimum cost algorithm multiplicative inverse gcd expansion algorithm, segment tree interval division statistical algorithms, the matrix of the n-th power of divide and conquer to solve the gcd algorithm, integer division problem, the minimum point of the function, decimal turn ACM algorithm, primes screening method solving and Euler function, fast mode algorithm, the string matching KMP algorithm, a dictionary full array algorithm, fast row, the sort of three dimensional)
Platform: | Size: 18432 | Author: 林云 | Hits:

[OtherBipartite-graph

Description: 使用matlab编程,讨论二分图的最大匹配和最优匹配-Using matlab programming, discussing the maximum bipartite matching and optimal matching
Platform: | Size: 2048 | Author: rose | Hits:

[Data structsten-algorithm

Description: 目录 1,搜索算法; 2,贪心算法; 3,动态规划; 4,最短路径; 5,最小生成树; 6,二分图的最大匹配; 7,-Contents 1, the search algorithm 2, the greedy algorithm 3, dynamic programming 4, the shortest path 5, the minimum spanning tree 6, maximum bipartite matching 7, ...
Platform: | Size: 1076224 | Author: real | Hits:

[Otherlingo

Description: lingo 的一些编程,包括最大流,最短路和配对模型-some programming lingo, including maximum flow, shortest and matching model
Platform: | Size: 36864 | Author: 庄默默 | Hits:

[VC/MFCmatlab

Description: 图像匹配是指通过一定的匹配算法在两幅或多幅图像之间识别同名点,如二维图像匹配中通过比较目标区和搜索区中相同大小的窗口的相关系数,取搜索区中相关系数最大所对应的窗口中心点作为同名点。其实质是在基元相似性的条件下,运用匹配准则的最佳搜索问题。图像匹配主要可分为以灰度为基础的匹配和以特征为基础的匹配。-Image matching means through a certain matching algorithm identification between two or more images corresponding points, such as 2D image matching by comparing the target area and the search area in the same size of the window correlation coefficient, the correlation coefficient of the search area maximum corresponding to the same name as the center point of the window. Its essence is the similarity in primitive conditions, the use of the best search problems matching criterion. Image matching can be divided into in grayscale-based matching and feature-based matching.
Platform: | Size: 3072 | Author: 钟富强 | Hits:

[Graph programrihor_Little_Bear_tools

Description: 小熊工具箱是由中科院对地观测中心在读博士胡勇将自己写的 IDL 代码整理而成,包含许多实用功能:相对辐射归一化、矩匹配相对辐射校正、趋势分析、最大值合成、 MODIS 质量数据转换、批量矢量裁剪、 MRT 批处理、 TVDI 、 ROI 分离器、批量生成缩略图、批量生成影像范围(shp)。-Winnie the toolbox from the CAS CEODE PhD Hu Yong will write their own IDL code was compiled, contains many useful features: the relative radiation normalized moment matching relative radiometric calibration, trend analysis, maximum synthesis, MODIS quality data conversion, batch vector clipping, MRT batch, TVDI, ROI separator, batch generate thumbnails, generate batch image range (shp).
Platform: | Size: 138240 | Author: 任仲亮 | Hits:

[Graph program2771

Description: poj 2771一道关于二分图的最大匹配-poj 2771 on the maximum bipartite graph matching
Platform: | Size: 1024 | Author: cerpri | Hits:

[Software Engineeringggmle

Description: Matlab implementation of the moment matching and maximum likelihood estimators for the generalized Gaussian density.
Platform: | Size: 7168 | Author: esibackup | Hits:

[3D GraphicGRAPH_CUT_STEREO_AA

Description: 全局立体匹配一直是一个比较困难的问题,本算法通过C++编译器,实现了全局立体匹配算法,希望对你有帮助-Stereo matching algorithm based on graph cuts, using the maximum flow/minimum cut methods to achieve global stereo matching.
Platform: | Size: 6223872 | Author: gongwenbiao | Hits:
« 1 2 ... 5 6 7 8 9 1011 12 »

CodeBus www.codebus.net